home *** CD-ROM | disk | FTP | other *** search
/ MacWorld UK 2005 May / MW_UK_2005_05.iso / 16 iCal utilities / quickCal.sit / quickCal / quickCal.app / Contents / Resources / CustomTable.h < prev    next >
Encoding:
Text File  |  2005-01-24  |  215 b   |  17 lines

  1. //
  2. //  CustomTable.h
  3. //  quickCal
  4. //
  5. //  Created by chris struhar on 1/22/05.
  6. //  Copyright 2005 __MyCompanyName__. All rights reserved.
  7. //
  8.  
  9. #import <Cocoa/Cocoa.h>
  10.  
  11.  
  12. @interface CustomTable : NSTableView {
  13.  
  14. }
  15.  
  16. @end
  17.